auto merge of #550 : alexcrichton/cargo/rustdoc, r=brson
authorbors <bors@rust-lang.org>
Wed, 10 Sep 2014 23:24:02 +0000 (23:24 +0000)
committerbors <bors@rust-lang.org>
Wed, 10 Sep 2014 23:24:02 +0000 (23:24 +0000)
commit367960b467a598dfd789bd52f9d982c0da984130
treed686a7c1028aedd0f63047a352f9d81dfa9c72b9
parent96d07d9aafa906015ddc13f2dc9589d066d0d9fc
parentb8739ce658fb4e782bb7cf1eb0729dea56880127
auto merge of #550 : alexcrichton/cargo/rustdoc, r=brson

* All markdown files are now rendered with `rustdoc` into HTML
* A JS syntax highlighter, prism, is included for TOML syntax highlighting.
* A new makefile target, `make doc`, will build docs into `target/doc`

preview: http://people.mozilla.org/~acrichton/crates.io/doc/

Closes #524